From: Richard M. Stallman Date: Mon, 29 Dec 2003 19:12:40 +0000 (+0000) Subject: (define-generic-mode): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24675 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cd6bdc118a9d34e4a7cc370b6f55f3dde3b86d4a;p=emacs.git (define-generic-mode): Doc fix. --- diff --git a/lisp/generic.el b/lisp/generic.el index 8f13dc375e7..bd6fa0608aa 100644 --- a/lisp/generic.el +++ b/lisp/generic.el @@ -54,7 +54,7 @@ ;; ;; * Additional expressions to font-lock. This should be a list of ;; expressions, each of which should be of the same form -;; as those in `font-lock-defaults-alist'. +;; as those in `font-lock-keywords'. ;; ;; * List of regular expressions to be placed in auto-mode-alist. ;; @@ -206,7 +206,7 @@ KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. Each keyword should be a string. FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry -in the list should have the same form as an entry in `font-lock-defaults-alist' +in the list should have the same form as an entry in `font-lock-keywords'. AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'. These regexps are added to `auto-mode-alist' as soon as `define-generic-mode'